home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ca29_3.zip / KERDOWN.CMD < prev    next >
OS/2 REXX Batch file  |  1989-10-09  |  449b  |  12 lines

  1. ; ----- KERDOWN: Invoke PCKERMIT to download.
  2. ; ----------------------------------------------------------------
  3. ;    Note: This script invokes PCKERMIT using the current comm
  4. ;    port settings.
  5. ; ----------------------------------------------------------------
  6. ;
  7. ;    Invoke PCKERMIT
  8. ;
  9.     COMPARMS S1        ; read current settings
  10.     S2 =  "PCKERMIT.EXE -l " * S1(11:14) * " -b " * S1(0:3) * " -r " ; e.g. "... -lcom2 -b1200 -r
  11.     RUN S2            ; Load and run
  12.